golang.org/x/tools/internal/gcimporter.exportWriter.string (method)

19 uses

	golang.org/x/tools/internal/gcimporter (current package)
		iexport.go#L547: 		w.string(w.exportPath(pkg))
		iexport.go#L548: 		w.string(pkg.Name())
		iexport.go#L554: 			w.string(obj.name)
		iexport.go#L824: 			w.string(m.Name())
		iexport.go#L904: 			w.string(file)
		iexport.go#L941: 		w.string(file)
		iexport.go#L958: 	w.string(w.exportPath(pkg))
		iexport.go#L966: 	w.string(name)
		iexport.go#L1116: 			w.string(f.Name()) // unexported fields implicitly qualified by prior setPkg
		iexport.go#L1119: 			w.string(t.Tag(i)) // note (or tag)
		iexport.go#L1150: 			w.string(m.Name())
		iexport.go#L1196: 		w.string("")
		iexport.go#L1220: 		w.string("")
		iexport.go#L1223: 	w.string(string(objectPath))
		iexport.go#L1335: 		w.string(constant.StringVal(v))
		iexport.go#L1504: func (w *exportWriter) string(s string) { w.uint64(w.p.stringOff(s)) }
		iexport.go#L1509: 		w.string("")
		iexport.go#L1515: 		w.string("_")
		iexport.go#L1519: 	w.string(name)